interpretive program

Học thuật
Thân thiện
interpretive program

A student runs an interpretive program to test a simple script.

Definition

Noun: 1. A type of computer program: An interpretive program is a program that reads and executes the instructions of another program (written in a source language) directly, without first translating the entire program into machine code. It processes the source code one statement (or line) at a time, translating and performing the actions specified by that statement before moving to the next one.

Usage

The term "interpretive program" is used in the context of computer science and software execution to describe a specific method of running code. It contrasts with a compiler, which translates an entire program into machine code before execution.

Examples: * Early versions of BASIC used an interpretive program to run user code. * The software includes an interpretive program that allows scripts to be executed directly on the device. * Python is often executed by an interpretive program called the Python interpreter.

Advanced Usage
  • "Interpretive program" vs. "Interpreter": In common usage, the shorter term "interpreter" is almost always used instead of "interpretive program." The full phrase "interpretive program" is more formal and typically found in technical documentation or academic contexts.
    • Common: "The Python interpreter is fast."
    • Formal: "The system relies on an interpretive program for script execution."
Variants and Related Words
  • Interpreter (noun): The standard, more common term for an interpretive program.
    • The interpreter gave an error on line 15.
  • Interpreted language (noun phrase): A programming language whose implementations are typically interpreters (e.g., Python, JavaScript, Ruby).
    • JavaScript is a popular interpreted language for web development.
Synonyms
  • Interpreter: The direct and most frequent synonym.
  • Code interpreter: A more specific synonym emphasizing its function of interpreting code.
Related Concepts (Not Phrasal Verbs or Idioms)
  • Compiler (noun): A program that translates an entire source code program into machine code, which is then executed as a separate step. This is the primary contrasting concept to an interpretive program.
  • Just-In-Time (JIT) Compiler (noun phrase): A hybrid approach that compiles code (often bytecode) into machine code at runtime, combining aspects of both interpretation and compilation.
interpretive program

A student runs an interpretive program to test a simple script.

Noun
  1. (computer science) a program that translates and executes source language statements one line at a time

Từ đồng nghĩa